←Select platform

GetCacheItem<T>(string,string) Method

Summary

Specified cache entry from the cache.

Syntax

C#
VB
C++
public abstract CacheItem<T> GetCacheItem<T>( 
   string key, 
   string regionName 
) 
Public MustOverride Function GetCacheItem(Of T)( 
   ByVal key As String, 
   ByVal regionName As String 
) As CacheItem(Of T) 
public:  
   generic<typename T> 
   virtual CacheItem<T>^ GetCacheItem( 
      String^ key, 
      String^ regionName 
   ) abstract 

Parameters

key

Unique identifier of the cache item.

regionName

Optional name of a region in cache.

Return Value

The cache item if found, otherwise; null.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly